.distinctions_content{
    text-align: center;
}

.distinctions_intro{
    font-size: 18px;
    font-weight: 250;
    color: black;
    text-align: left;
    width: 900px;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 3rem;
    animation: fadeIn 1s ease-out forwards;
}

.distinctions_section img{
    margin-left: 3rem;
    margin-right: 5rem;
    width: auto;
    height: 320px;
    margin-top: 5rem;

}


/* Rewards Section */
.reward_showcase{
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.reward_1,
.reward_2{
    color: black;
}

.reward_showcase .distinction_rewards {
    opacity: 0; /* Initially hide the rewards */
    transition: opacity 1s ease-in-out; /* Smooth transition for the fade-in effect */
}


.reward_title_1,
.reward_title_2{
    font-size: 18px;
    font-weight: 700;
}

.project_awarded_1,
.project_awarded_2{
    color: black;
    text-align: center;
    font-size: 18px;
    font-weight: 250;
}


.trophy {
    width: 80px;
    margin-bottom: 1rem;
}
